From bc7cc5527b150d2cdbc760f332e0b36c5ebd6946 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 5 Feb 2005 09:11:51 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.65 (42048dd7csr55HLi2cE2XeC4OklTGg) Name: clean-mtrr.patch Description: clean mtrr Clean xen/arch/x86/mtrr/* Signed-off-by: Adam Heath Signed-off-by: ian.pratt@cl.cam.ac.uk --- xen/arch/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile index 805591766e..aa6caae098 100644 --- a/xen/arch/x86/Makefile +++ b/xen/arch/x86/Makefile @@ -34,6 +34,7 @@ clean: rm -f *.o *.s *~ core boot/*.o boot/*~ boot/core boot/mkelf32 rm -f x86_32/*.o x86_32/*~ x86_32/core rm -f x86_64/*.o x86_64/*~ x86_64/core + rm -f mtrr/*.o mtrr/*~ mtrr/core # setup.o contains bits of compile.h so it must be blown away delete-unfresh-files: -- 2.30.2